projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5274974
)
message.el (message-pop-to-buffer): Use pop-to-buffer-same-window for last change.
author
Chong Yidong
<cyd@gnu.org>
Sun, 4 Dec 2011 02:02:45 +0000
(10:02 +0800)
committer
Chong Yidong
<cyd@gnu.org>
Sun, 4 Dec 2011 02:02:45 +0000
(10:02 +0800)
lisp/gnus/message.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/message.el
b/lisp/gnus/message.el
index d75f85a897a597c4aa5318daea8a720b1730393c..649b2f5f96b0979fbe19b0556a87398d0859e688 100644
(file)
--- a/
lisp/gnus/message.el
+++ b/
lisp/gnus/message.el
@@
-6344,7
+6344,7
@@
between beginning of field and beginning of line."
"Message already being composed; erase? ")
(message nil))))
(error "Message being composed")))
- (funcall (or switch-function #'
switch-to-buffer
) name)
+ (funcall (or switch-function #'
pop-to-buffer-same-window
) name)
(set-buffer name))
(erase-buffer)
(message-mode)))